DialogView::EnableItem

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:08:52 1991
Index Return to Main Contents
 

NAME

DialogView::EnableItem - instance method  

TEMPLATE

void EnableItem(int itemId, bool mode = TRUE)  

SPECIFIERS

public virtual  

DESCRIPTION

EnableItem enables or disables the item with the id itemId. See also method DisableItem. Method is never overridden.  

ARGUMENTS

int itemId

the id of an item in the dialog tree
bool mode = TRUE

indicates whether to enable or to disable the item; TRUE
means enable.
 

RETURN ARGUMENT

void

 

CATEGORIES

client interface

 

FIRST DEFINITION

class DialogView  

FILES

implementation:
Dialog.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:28 GMT, March 30, 2022